/**=======
* 浏览器更新提示
==========*/
.browseupgrade{
  margin: 0;
  padding: 1rem;
  background: #ddd;
}

/**=======
* 基础样式
==========*/

*{
  margin: 0;
  padding: 0;
}

html,body{
  font-size: 62.5%;
}
::selection{
  background-color: rgb(4,55,99);
  color: #fff;
}

li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #666;
}

header,
footer,
.container,
top-wrap {
  width: 100%;
}
.conpany-content p {line-height:180%;}

/**=======
* 工具样式
==========*/

.center-block{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right{
  float: right !important;
}
.pull-left{
  float: left !important;
}
.text-right{
  text-align: right !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}

.hide{
  display: none !important;
}
.show{
  display:  block !important;
}
.invisible{
  visibility: hidden;
}

.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.clearFix::before,
.clearFix::after{
  content: '';
  display: table;
}
.clearFix::after{
  clear: both;
}
